-
Notifications
You must be signed in to change notification settings - Fork 6
feat: add extra components from pgm #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: jaapschoutenalliander <[email protected]>
Signed-off-by: jaapschoutenalliander <[email protected]>
Signed-off-by: jaapschoutenalliander <[email protected]>
Signed-off-by: jaapschoutenalliander <[email protected]>
|
|
|
||
| """Imports all the arrays, so that array can be imported as follows: | ||
| from power_grid_model_ds._core.model.arrays import MyArray | ||
| """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to extend the SourceArray too? https://power-grid-model.readthedocs.io/en/stable/user_manual/components.html#id21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean? The SourceArray is already supported right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are currently missing a few defaulted input values compared to the PGM docs, or am I mistaken?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps easier to leave out the columns with defaults for GenericBranch after all? That way we are consistent across arrays



Implements #45
This pull request introduces new data types and array classes for asymmetric lines and current sensors, as well as a generic branch type, to the power grid model codebase.